chore: remove TODOs in examples/ apps#2169
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
|
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Greptile SummaryThis PR removes stale TODO comments from example apps across three directories —
Confidence Score: 5/5All changes are comment-only deletions in example apps; no runtime behavior is affected and nothing in the library or production code is touched. Every line removed is a comment or commented-out code block. The executable code in all five files is identical before and after the diff, making regressions essentially impossible. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR: Remove TODOs in examples/] --> B[enskit-react-example]
A --> C[enssdk-example]
A --> D[omnigraph-graphql-example]
B --> E[AccountView.tsx\n– remove canonical name TODO in GQL + JSX]
B --> F[DomainView.tsx\n– remove canonical name TODOs + TLD TODO]
B --> G[SearchView.tsx\n– remove canonical name TODO in GQL + JSX]
C --> H[index.ts\n– remove canonical name TODO in fragment + formatDomain]
D --> I[index.ts\n– remove canonical name TODOs in query,\ninterface, and formatDomain]
E & F & G & H & I --> J[No logic changes\nComment-only deletions]
Reviews (1): Last reviewed commit: "remove TODOs in examples/ apps" | Re-trigger Greptile |
Summary
Remove example apps. see #2167 for more details
Pre-Review Checklist (Blocking)